-
Notifications
You must be signed in to change notification settings - Fork 12
Bumped Rust toolchain version #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This PR aims to address #59 |
@0xNeshi Please review this PR and let me know if any changes are required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, left a couple of comments
@@ -35,7 +35,7 @@ jobs: | |||
# Check out `rustfmt.toml` to see which ones. | |||
uses: actions-rust-lang/setup-rust-toolchain@v1 | |||
with: | |||
toolchain: nightly | |||
toolchain: stable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert changes to check.yml
, we use nightly here for advanced features
@@ -1,6 +1,6 @@ | |||
[toolchain] | |||
# We should use stable here once nitro-testnode is updated and the contracts fit | |||
# the size limit (issue <https://github.com/OpenZeppelin/rust-contracts-stylus/issues/129>). | |||
channel = "nightly-2024-09-05" | |||
channel = "stable" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
channel = "stable" | |
channel = "1.83.0" |
this is what Stylus SDK uses
No description provided.